M

TopographySurface.Create

Description:
Creates a new topography surface element from facets and adds it to the document.
Remarks:
The document will be regenerated during the creation of this topography surface element. The topography surface created by facet cannot modify its triangle points and facets.
Overloads (2):
Create(Document,IList[XYZ],IList[PolymeshFacet])
public static TopographySurface Create(
	Document document,
	IList<XYZ> points,
	IList<PolymeshFacet> facets
)
  • document
    The document to be modified.
  • IList<XYZ>
    points
    A collection of points. The points represent an enclosed area in the XY plane.
  • facets
    Triangle facets composing a polygon mesh. Every facet contains 3 integers representing vertex indices.
Return Value TopographySurface The new topography surface.